翻訳と辞書
Words near each other
・ Shapley value
・ Shapley-Ames Catalog
・ Shapley–Folkman lemma
・ Shapley–Sawyer Concentration Class
・ Shape (song)
・ Shape analysis
・ Shape analysis (digital geometry)
・ Shape analysis (program analysis)
・ Shape and form (visual arts)
・ Shape ApS
・ Shape Arts
・ Shape coding
・ Shape context
・ Shape correction function
・ Shape dynamics
Shape extension
・ Shape factor
・ Shape factor (image analysis and microscopy)
・ Shape grammar
・ SHAPE High School
・ Shape moiré
・ Shape note
・ Shape of Despair
・ Shape of Despair (album)
・ Shape of My Heart
・ Shape of My Heart (disambiguation)
・ Shape of My Heart (Noah and the Whale song)
・ Shape of the distribution
・ Shape of the Moon
・ Shape of the universe


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Shape extension : ウィキペディア英語版
Shape extension

In the X Window System, the X Nonrectangular Window Shape Extension allows windows to be given arbitrary, non-rectangular shapes.
Two well-known applets that use the shape extension are ''oclock'', which is a simple round analog clock, and ''xeyes'', which shows two googly eyes that follow the cursor on the screen as if they were watching it. Most X Window systems have one or the other (or both) in their standard installations. In addition, some window managers use the shape extension to draw non-rectangular icons.

== Implementation ==

Applications can only create rectangular windows, but can then change their
shape to be an arbitrary part of the original rectangle. The remaining area of
the rectangle is not only transparent (shows what is below the window); rather,
it is not part of the window at all. For example, if a window is shaped with a hole in the middle, not only the hole shows what is below the window, but a click in the hole is considered to be a click in what is below the window.
Applications create windows as usual (specifying width and height), but can then change the shape of a window to be a subset of the original area.
by sending the X display server either a list of rectangles or a pixmap of color depth one (a black-and-white pixmap). More precisely, a client can request the rectangles or the pixmap to be set as the new shape, but also to be combined in various ways (e.g., intersected or added) with the old shape. A third way for changing the shape of a window is by using the current shape of a window or a part of it.
The extension allows defining the shape of two separate regions: the clipping and the bounding regions. These two areas are defined even for windows not using the shape extension: the clipping region is the area that can be used for drawing, the bounding region is the total area covered by the window (that is, the clipping region plus the border). The shape extension allows defining two independent shapes for these two regions.

Both the clipping and bounding are associated, in the shape extension, two areas: a default rectangular region and a possibly non-rectangular client region, defined and changed by the client as specified above. The effective region, which is the actual shape of the window, is the intersection of these two areas. This intersection is performed every time either region is changed: for example, if the client regions contains parts that are outside the default region but the default region is then enlarged, the effective region will include these parts.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Shape extension」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.